Defines a piece of formatted content that can be drawn on a page.
Initializes a new PDFFormattedContent object.
Initializes a new PDFFormattedContent object with a text paragraph.
Initializes a new PDFFormattedContent object with a text paragraph.
Initializes a new PDFFormattedContent object with another formatted content.
Add the paragraph at the end of the formatted content.
Creates a new paragraph with the specified content and adds it to the collection.
Creates a new paragraph with the specified content and adds it to the collection.
Clears the internal word wrap state.
This method supports the internal library infrastructure and should not be used by external client code.
Gets the height of the formatted content.
The method must be called before calling this method. This method can also be called after the formatted content has been drawn on the page.
This method supports the internal library infrastructure and should not be used by external client code.
Gets the paragraph at the specified index.
Gets the height of each paragraph in the formatted content.
The method must be called before calling this method. This method can also be called after the formatted content has been drawn on the page.
Gets the list of paragraphs.
Gets the structure element.
Gets the width of the formatted content.
The method must be called before calling this method. This method can also be called after the formatted content has been drawn on the page.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.
Sets the structure element.
When a formatted content object has an associated structure element, the paragraphs within the formatted content should not have their own structure elements otherwise the content will be tagged incorrectly.
Gets the formatted content that fits in the given box.
This method modifies the current object, the formatted content that fits the given box is removed from current object and returned as a new object.
Gets the formatted content that fits in the given box.
This method modifies the current object, the formatted content that fits the given box is removed from current object and returned as a new object.
If this method is called multiple times but with a different width then the 'updateParagraphs' parameter should be set to true.
Returns a string that represents the current Object.
Executes a wrap operation on the formatted content at the specified width.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.